home *** CD-ROM | disk | FTP | other *** search
/ Freesoft 1998 April / Freesoft_1998-04_cd.bin / Nerecenz / Network util / Ostronet / ostronet.exe / 0 / RCDATA / TINSTALLFORM / TINSTALLFORM.txt < prev   
Text File  |  1998-08-20  |  896b  |  46 lines

  1. object InstallForm: TInstallForm
  2.   Left = 327
  3.   Top = 139
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 89
  7.   ClientWidth = 371
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCloseQuery = FormCloseQuery
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object ProgressGauge: TNewGauge
  19.     Left = 69
  20.     Top = 57
  21.     Width = 292
  22.     Height = 21
  23.     Font.Color = clBlack
  24.     Font.Height = -11
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.     Progress = 0
  29.   end
  30.   object Image1: TImage
  31.     Left = 14
  32.     Top = 12
  33.     Width = 32
  34.     Height = 32
  35.     AutoSize = True
  36.     Picture.Data = {<image000.ico>}
  37.   end
  38.   object Label1: TLabel
  39.     Left = 69
  40.     Top = 14
  41.     Width = 292
  42.     Height = 41
  43.     AutoSize = False
  44.   end
  45. end
  46.